Skip to main content
POST
/
dashboard
/
{buildingProjectId}
/
emissions-over-time
Emissions over time [Accumulated]
curl --request POST \
  --url https://api.realtimelca.com/rest/api/dashboard/{buildingProjectId}/emissions-over-time \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "indicatorTypeMappingId": "1f769df2-6da4-46a1-9b5b-8250878160a4",
  "models": [
    "arkitektur",
    "konstruktioner"
  ],
  "stages": [
    "A1A3",
    "A4",
    "A5",
    "B4",
    "B6",
    "C3",
    "C4",
    "D"
  ]
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

buildingProjectId
string
required

Body

application/json
indicatorTypeMappingId
string
models
string[]
stages
string[]

Response

default

Response schema not yet documented in the upstream Postman spec.